home *** CD-ROM | disk | FTP | other *** search
/ Corbis Images Sampler - Red / RED.iso / pc / Interface / inter.dxr / 00117_url button.ls < prev    next >
Encoding:
Text File  |  1999-12-21  |  97 b   |  9 lines

  1. on mouseEnter
  2.   puppetSound(3, "over")
  3. end
  4.  
  5. on mouseUp
  6.   puppetSound(2, "click")
  7.   go("www")
  8. end
  9.